1)  Install DeusEx, DeusEx SDK and extract the DeusEx Source.  Instructions on how to extract the DeusEx Source can be found at the bottom of the file.

2)  All the good stuff seems to be in the same place, dunnit?  Open c:\deusex\deusex\classes\UNATCOTroop.uc.  This is the file for the cannon-fodder of Deus Ex, the UNATCO Trooper.  A measly Assualt Gun is too weak for them to protect the world, so i've decided to give them a weapons upgrade.  How does flamethrower's for all sound?

3)  Find these lines:

InitialInventory(0)=(Inventory=Class'DeusEx.WeaponAssaultGun') 
InitialInventory(1)=(Inventory=Class'DeusEx.Ammo762mm',Count=12) 
InitialInventory(2)=(Inventory=Class'DeusEx.WeaponCombatKnife')

Change the first line to: 
InitialInventory(0)=(Inventory=Class'DeusEx.WeaponFlamethrower')

This obviously changes the default weapon they have to a flamethrower.  .762mm ammo doesn't help the flamethrower work, so change this line to:

*mental note:  WTF does the Flamethrower use as ammo?  Ah!!  Napalm!  I'm a plonker!  This took me 20 minutes to find out!

InitialInventory(1)=(Inventory=Class'DeusEx.AmmoNapalm',Count=200)

I _think_ 200 ammo for a flamethrower's ok.  I think the limit's 300.  If it doesn't work, just lower that value.

4)  Save the file.  I think we need to let them have a knife for close range combat; we could replace it with a sword, but i'm not bothered changing it.  Remember, only change two things at one time, boys and girls!

5)  Compile this using UCC MAKE from the c:\deusex\system directory or use my compiler.bat from tutorial 6!

6)  Have a stroll around UNATCOHQ, and notice that their weaponry is upgraded!  I've just thought; if you jump to the level before Hell's Kitchen where you and Anna Navarre raid Fort Clinton, and the UNATCO troopers (two of them) run through shooting the shit out of everything, won't they (with their new flamethrowers) set Anna Navarre alight 'cos that flamethrower sets things alight easily?  Someone let me know, and email me back!

Thank you for using this tutorial!  Email me at boneskull62@hotmail.com with your opinion or post them on Modus Moriendi's message board or this message board.